Revision: kernel-package--devel--9.0--patch-112
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Wed Jan  4 11:46:49 CST 2006
Standard-date: 2006-01-04 17:46:49 GMT
Modified-files: kernel/ruleset/ChangeLog
    kernel/ruleset/local.mk
    kernel/ruleset/targets/target.mk
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-112
Summary: Optimize building kernel headers on recent kernels
Keywords: 

* kernel/ruleset/local.mk (kernel-headers kernel_headers) Make
  kernel-headers depend on debian/stamp-prepare, instead of
  stamp-build-arch, since this means for 2.6.X kernels the full build may
  not be needed, with the advent of the prepare target.

* kernel/ruleset/targets/target.mk (debian/stamp-prepare): Added this
  target: on new kernels, it merely calls prepare. I wish I could come up
  with a non-klydgey way of testing for the presence; I guess calling
  make -np |grep would work, but it is simple enough to just test the
  version numbers. When it breaks, we'll see. On older kernels it still
  calls the stamp-build-arch target.
